From d65325b6d32307ee8d16724451c051441edf0d7b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 9 Sep 2014 07:41:20 -0700 Subject: [PATCH] Use a different curl-rust for now Waiting on fixes to be merged upstream --- Cargo.toml | 3 ++- src/cargo/util/sha256.rs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54431fdf2..ead976c61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,8 @@ git = "https://github.com/servo/rust-url" git = "https://github.com/rust-lang/semver" [dependencies.curl] -git = "https://github.com/carllerche/curl-rust" +git = "https://github.com/alexcrichton/curl-rust" +branch = "bundle" [dependencies.tar] git = "https://github.com/alexcrichton/tar-rs" diff --git a/src/cargo/util/sha256.rs b/src/cargo/util/sha256.rs index 030bbd361..cce484613 100644 --- a/src/cargo/util/sha256.rs +++ b/src/cargo/util/sha256.rs @@ -1,3 +1,5 @@ +#![allow(bad_style)] + pub use self::imp::Sha256; // Someone upstream will link to OpenSSL, so we don't need to explicitly -- 2.30.2